projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a10b2d0
)
* epa.el (epa-popup-info-window): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 19 Jul 2013 13:30:58 +0000
(09:30 -0400)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 19 Jul 2013 13:30:58 +0000
(09:30 -0400)
lisp/ChangeLog
patch
|
blob
|
history
lisp/epa.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index fd9416acdc9b140353e20e772a8c37afd6926c0d..b78d5587e46c900fef94ce1e6a6410cf3bb2cec4 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,5
+1,7
@@
2013-07-19 Richard Stallman <rms@gnu.org>
+ * epa.el (epa-popup-info-window): Doc fix.
+
* subr.el (split-string): New arg TRIM.
2013-07-18 Juanma Barranquero <lekktu@gmail.com>
diff --git
a/lisp/epa.el
b/lisp/epa.el
index 14f8879c1c65caacf8d4b176bd9fc11697a9ac8c..68e7a18fe172e328acffad2ac886195cea4528a7 100644
(file)
--- a/
lisp/epa.el
+++ b/
lisp/epa.el
@@
-34,8
+34,7
@@
:group 'epg)
(defcustom epa-popup-info-window t
- "If non-nil, status information from epa commands is displayed on
-the separate window."
+ "If non-nil, display status information from epa commands in another window."
:type 'boolean
:group 'epa)